home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_172 / spiff / flagdefs.h < prev    next >
Text File  |  1992-05-06  |  757b  |  30 lines

  1. /*                        Copyright (c) 1988 Bellcore
  2. **                            All Rights Reserved
  3. **       Permission is granted to copy or use this program, EXCEPT that it
  4. **       may not be sold for profit, the copyright notice must be reproduced
  5. **       on copies, and credit should be given to Bellcore where it is due.
  6. **       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  7. */
  8.  
  9. /*
  10. **    flags used by both parser and comparison routines
  11. */
  12. #define U_INCLUDE_WS    001
  13.  
  14. /*
  15. **    flags used only by the comparison routines
  16. */
  17. #define U_BYTE_COMPARE        002
  18. #define U_NO_CASE        004
  19.  
  20. /*
  21. **    flag used by the output routine
  22. */
  23. #define U_TOKENS        010
  24.  
  25. /*
  26. **    flags used only by the parser
  27. */
  28. #define U_INC_SIGN    020
  29. #define U_NEED_DECIMAL    040
  30.